home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / Demo / 00027_Script_27 < prev    next >
Text File  |  1994-08-02  |  267b  |  9 lines

  1. on exitFrame
  2.   global Plane
  3.   -- when we're done, free up space and then restore the last quicktime movie
  4.   unLoadCast ("P" & string(Plane) & ".PATH")
  5.   unLoadCast ("P" & string(Plane) & ".FIRST")
  6.   unLoadCast ("P" & string(Plane) & ".LAST")
  7.   
  8.   cursor 4
  9. end